home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / jluti400.zip / MC.HLP < prev    next >
Text File  |  1991-01-11  |  5KB  |  129 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ Option:  MC  MAILBOX CONTROL SYSTEM.........................................│
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Syntax  
  6. ═══════════════════════════════════════════════════════════════════════════════
  7. JLUTIL /MC [MsgNr] [-Switches]
  8. ═══════════════════════════════════════════════════════════════════════════════
  9.  
  10. Switch Description  
  11. ═══════════════════════════════════════════════════════════════════════════════
  12.  -P    Reads and writes the position of the last scanned message.
  13. ═══════════════════════════════════════════════════════════════════════════════
  14.  
  15. Param       Description  
  16. ═══════════════════════════════════════════════════════════════════════════════
  17. MsgNr       starts not at 0, starts scanning the MsgArea at Msg MsgNr.
  18. ═══════════════════════════════════════════════════════════════════════════════
  19.  
  20. Explanation  
  21. ═══════════════════════════════════════════════════════════════════════════════
  22. Run this mudule DAILY !!!  Answers mail automatically. IF the receiver
  23. System runs JLUTIL /MC daily, you can write some msgs to the MCS like:
  24.  
  25.  
  26. Sender:   Your Name
  27. Receiver: MailBox Control System
  28. Net/Node: please specify             (NetMail) 
  29. Subject:  REQUEST
  30.  
  31. ----------------------------- TEXT ----------------------------------------
  32. DIR                            ;this will produce a report of the 
  33.                                 NetMailFileOutDir at the specified
  34.                                 Net/Node. So you can easily make a .FR.
  35. DIR DosDir                     ;produces a report of the DosDir 
  36. USERLIST                       ;produces a User-List 
  37. FILELIST                       ;produces a File-List
  38. FILELIST xx                    ;produces a File-List of the xx.th FileArea
  39. FILELIST AREAS                 ;produces a List of available FileAreas
  40. REPORT                         ;sends a JLUTIL Report to Juergen Lorenz
  41. ---------------------------------------------------------------------------
  42.  
  43.  
  44. DISTRIBUTORS:
  45. -------------
  46. You can request CRCs for INITIAL Registrations or Upgrades:
  47.  
  48. Sender:   Your Name
  49. Receiver: MailBox Control System
  50. Net/Node: 803/000
  51. Subject:  REQUEST CRC
  52.  
  53. ------------------------ TEXT -----------------------
  54. INITIAL n     ;n = number of Initial Registrations
  55. UPGRADE sn    ;sn= SerialNumber
  56. -----------------------------------------------------
  57.  
  58.  
  59.  
  60. Sender:   Your Name 
  61. Receiver: MailBox Control System
  62. Net/Node: xxx/yyy of the Local Netmail Coordinator, who needs a CRC from
  63.           me. NC= within JL.CNF.
  64. Subject:  NODELIST 
  65.  
  66. ----------------------------- MSG-TEXT ------------------------ 
  67. NET-NODE= 
  68. PHONE= 
  69. BAUD= 
  70. CITY= 
  71. COUNTRY= 
  72. STREET= 
  73. CRASHABLE= 
  74. SYSOP= 
  75. BBSNAME=
  76. POINT-OF= 
  77. VOICE= 
  78. ---------------------------------------------------------------- 
  79.  
  80. This option handles the nodelist automatically. You write an initial msg to
  81. my Mcs and if something changes. Every month there will be a nodelist
  82. available at 803/000: NODEmmyy.ZIP.  You can merge this actual nodelist
  83. with  
  84.                              ^ year 
  85.                           ^ 
  86.                         Month 
  87.  
  88.  
  89. your own. you can pick it up at your hub system. That's easier then reading
  90. an Echo and changes all things manually, isn't it? 
  91.  
  92.  
  93.  
  94. You can limit the REQUEST Authorizations of a System. You have to setup
  95. MCSSECUR.@JL correctly. Look at MCSSECUR.@JL to get an idea. The first
  96. line indicates after a semicolon the GTDIR.BBS Level of the following
  97. NetNodes. A space distinguishs the level from the autorizations (like
  98. in GTPASSWD.BBS) separated with a comma. Here are the authorization
  99. CodeWords:
  100.  
  101. UL = USERLIST
  102. FL = FILELIST
  103. DI = DIR
  104. CR = CRC for JLUTIL (Distributors)
  105.  
  106. After this line the Net/Nodes are following. You can specify ranges 
  107. eg. 001-999/000-999 or use the keyword ALL OTHERS, if you want. But remember
  108. that JLUTIL reads this File from the beginning and stops, if he finds the
  109. Net/Node. The following two MCSSECUR.@JL will have a different result:
  110.  
  111. If there is a Msg from 803/913:
  112.  
  113. ;A UL                       ;---------- Markus Mohr -----------------------
  114. 803/913 
  115. ;A UL,DI,FL                 ;---------- GERMANY ---------------------------
  116. 803/000-999 
  117.  
  118. Here 803/913 will have access only to the USERLIST. 
  119.  
  120. ;A UL,DI,FL                 ;---------- GERMANY ---------------------------
  121. 803/000-999 
  122. ;A UL                       ;---------- Markus Mohr -----------------------
  123. 803/913 
  124.  
  125. Here 803/913 will have access to the USERLIST, DIR and FILELIST, because
  126. the MCS finds this NetNode in the first Entry (803/000-999).
  127. ═══════════════════════════════════════════════════════════════════════════════
  128.  
  129.